home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk110 / lzcomp / readme.txt < prev    next >
Text File  |  1995-03-19  |  980b  |  23 lines

  1. Compress.txt and the associated C source files were uploaded
  2. to GEnie from Japan by Kenjirou Okubo.  He provided this short
  3. introduction:
  4.  
  5. This article by H.Okumura explains various algorithms
  6. of Data Compression. The article, originally uploaded
  7. in his workshop, is posted here with his permission.  Also
  8. includes three C programs illustrating lzari, lzss and
  9. lzhuf methods uploaded with permission of their authors.
  10. These are the compression schemes currently being investigated
  11. by Japanese hobbiest programmers.
  12.               -Kenjirou Okubo
  13.  
  14. There are five files in this package:
  15.  
  16.      readme          package summary
  17.      compress.txt    the compression paper by Haruhiko Okumura
  18.      lzari.c         C source for lzari compression, by Haruhiko Okumura
  19.      lzhuf.c         C source for lzhuf compression, by Haruyasu Yoshizaki,
  20.                      comments translated into English by Haruhiko Okumura
  21.      lzss.c          C source for lzss compression by Haruhiko Okumura
  22.  
  23.